home *** CD-ROM | disk | FTP | other *** search
/ E3 2003 Press Pack / Image.iso / n-gage.swf / scripts / DefineButton2_77 / BUTTONCONDACTION on(release).as next >
Text File  |  2003-05-08  |  196b  |  8 lines

  1. on(release){
  2.    _root.TextLeft.gotoAndStop("Text3");
  3.    nextFrame();
  4.    _root.mcBtn1.gotoAndStop("end");
  5.    _root.mcBtn2.gotoAndStop("end");
  6.    getUrl("http://www.n-gage.com", "_blank");
  7. }
  8.